home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 3⁄16⁄90 / 0910-ADD TO PRINT MONITOR-Mar90 < prev    next >
Encoding:
Text File  |  1990-03-16  |  750 b   |  21 lines  |  [TEXT/GEOL]

  1. Item    5379702                         16-March-90        16:19PST
  2.  
  3. From:   D1032                           Softview, Germaine Ward,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.         MACDTS                          Macintosh Developer Tech. Supt.
  7.         MACDTS                          Macintosh Developer Tech. Supt.
  8.  
  9. Sub:    ADD TO PRINT MONITOR PROBLEM
  10.  
  11. Subject: Additional information on background printing with PostScript.
  12.  
  13. We have narrowed down the difference between printing with the PrintMonitor on
  14. and off.  Capturing the PostScript output
  15. of our program into a file we find one line of PostScript code difference:
  16.  
  17.    PrintMonitor on:(nc 0 0 730 552 6 rc)kp
  18.  
  19.    PrintMonitor off:   (nc 31 30 761 582 6 rc)kp
  20.  
  21.